|
|
|
|
Update Method, SftTree Class |
Causes the control to redraw the invalidated regions within its client area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Overrides Sub Update()
|
C# |
public override void Update(); |
C++ |
public: virtual void Update(); |
Comments
The Update method causes the control to redraw the invalidated regions within its client area.
Executes any pending requests for painting of the control.
use Invalidate to invalidate the control controls, so the entire control is repainted.